Skip to content

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Aug 1, 2025

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" },
  { groupId = "com.github.jwt-scala", artifactId = "jwt-core" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.apache.commons", artifactId = "commons-compress" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.springframework", artifactId = "spring-web" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.jwt-scala", artifactId = "jwt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.commons", artifactId = "commons-compress" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework", artifactId = "spring-web" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, commit-count:n:7

@broadbot broadbot requested a review from a team as a code owner August 1, 2025 12:13
@broadbot broadbot requested review from calypsomatic and samanehsan and removed request for a team August 1, 2025 12:13
@github-actions github-actions bot added the Scala_Steward Scala Steward label Aug 1, 2025
Copy link
Contributor

@davidangb davidangb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a proper sbt update, including docker images

Edited to add: #1656

@samanehsan samanehsan removed their request for review August 4, 2025 12:42
@davidangb davidangb self-requested a review August 4, 2025 17:06
@davidangb davidangb merged commit a38a0b4 into develop Aug 4, 2025
11 checks passed
@davidangb davidangb deleted the update/minor_patch branch August 4, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scala_Steward Scala Steward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants